home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGNG_C / MRUTC.LZH / ORDER.C < prev    next >
Text File  |  1988-01-19  |  138b  |  13 lines

  1. /* ----- order.c ------ */
  2.  
  3. #include "twindow.h"
  4. void ordent(void);
  5.  
  6. void main()
  7. {
  8.     load_help("tcprogs.hlp");
  9.     ordent();
  10. }
  11.  
  12.  
  13.